home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / dialt2.arc / DIALTHAT.DOC < prev    next >
Text File  |  1990-11-24  |  3KB  |  90 lines

  1.  
  2. DialThat.com  v. 1.01
  3. =====================
  4.  
  5. (C) Copyright 1990 Roger Schlafly.
  6. All Rights Reserved.
  7.  
  8. How often do you look up a telephone number on your PC screen, and
  9. then manually dial it on your telephone?  If so, you can automate
  10. the process with DialThat.  DialThat is a resident program to read
  11. phone numbers on the screen and dial them thru a modem.
  12.  
  13. Load DialThat by typing DIALTHAT at the DOS prompt.  When you wish to
  14. dial a phone number on the screen, invoke DialThat by pressing Alt-D.
  15. The cursor will fatten, and you can use the arrow keys to position
  16. it on the screen.  When the cursor is at the beginning of a phone
  17. number, press Enter.  You should hear the modem dialing.  When it
  18. is finished dialing, pick up the telephone hand-set and press the
  19. space key to shut down (hang up) the modem.  The DialThat then
  20. relinquishes the phone line to your telephone and the PC to your
  21. application.
  22.  
  23. Permission is hereby granted for free personal (non-commercial)
  24. use of this program.  Others can register a license by sending
  25. $10 to the author.  MasterCard and Visa are accepted.  Member ASP.
  26.  
  27.  
  28. Technical Notes
  29. ---------------
  30. You can repeat the last call with Alt-R.
  31.  
  32. These options are available when loading DialThat.
  33.  
  34. /C
  35. Load with COMMAND.COM.  You can then unload DialThat by typing EXIT
  36. at the DOS prompt.  This option could use as much as 8K of RAM,
  37. depending on the DOS version.  Otherwise, DialThat only uses less than 2K.
  38.  
  39. /2
  40. Load assuming modem is on COM2.  Likewise /3 is for COM3, etc.
  41. The default port is COM1.
  42.  
  43. /S
  44. Require the left shift key to be depressed while you press the hotkey.
  45. This reduces conflicts with other programs.
  46.  
  47. /Pnumber
  48. Defines a prefix to be dialed before the telephone number.  Enter still
  49. just dials the number on the screen, but the Plus key dials the prefix
  50. and the number.  For example, if your database shows 408-555-1212 but
  51. you want to dial 1-408-555-1212, then put /P1 on the command line and
  52. dial with Plus (+).
  53.  
  54. Assumes a Hayes-compatible modem is on a serial port.  Also, the
  55. phone line must accept tone dialing.
  56.  
  57. You can also abort a call with the Escape key.  The Home, End, PgUp,
  58. and PgDn keys move the cursor in reasonable ways.
  59.  
  60. For programs that use Alt-D, just press Alt-D twice and the second one
  61. will be ignored by DialThat.  To pass Alt-R, press Alt-D followed by Alt-R.
  62.  
  63. If you insist on changing the hotkeys, you can use DEBUG or a similar
  64. utility.  The Alt-D and Alt-R scan codes, 2000h and 1300h, are located
  65. near the beginning of DialThat.com.
  66. A program for showing scan codes, KEYCODE.COM, is included.
  67.  
  68. A phone number is a contiguous string drawn from "1234567890,-()*#".
  69. Leading garbage is skipped.
  70.  
  71. Uses only interrupts 10h, 14h, 16h, and 21h.  Should be compatible with
  72. most PC hardware and software.
  73.  
  74. History
  75. -------
  76. 1.00: Initial version.
  77.  
  78. 1.01: Added /S switch, and logic to pass second hotkey thru.  Inserted
  79. hotkey codes near beginning for easier patching.  Added /P switch.
  80.  
  81.  
  82. Author:
  83.     Roger Schlafly
  84.     Real Software
  85.     PO Box 1680
  86.     Soquel, CA  95073
  87.     USA
  88.     phone: 408-476-3550
  89.     CIS: 76646,323
  90.